html {
    scroll-padding-top: 70px;
}

.header2 {
    background: #f6f7fb;
}

#header {
    height: 33px;
    border-bottom: 1px solid #e5e9f4;
}

.ty-banner-1 {
    text-align: center;
}

#header li {
    line-height: 32px;
    color: #fff;
    width: 1350px;
    margin: auto;
    justify-content: space-between;
    display: flex;
}

#header li p span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #dadada;
    position: relative;
    top: 1px;
    margin: 0px 5px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#header li a {
    color: #909090;
    font-size: 12px;
}

i,
em {
    font-style: normal;
}

.content {
    width: 1400px;
    margin: 0 auto;
}

.contentdb {
    width: 1400px;
    margin: 0 auto;
}

.contentf {
    width: 1200px;
    margin: 0 auto;
}

.head {
    height: 192px;
    background: #FFF;
}

.head .hea-top {
    width: 1400px;
    height: 106px;
    margin: 0 auto;
}

.head .hea-top .logo {
    width: 750px;
    float: left;
    padding-top: 19px;
    box-sizing: border-box;
}

.head .hea-top .logo .t_logo {
    width: 230px;
    height: auto;
    float: left;
    line-height: 0;
    overflow: hidden;
    margin-right: 10px;
}

.head .hea-top .logo .t_logo img {
    width: 100%;
}

.head .hea-top .logo h2 {
    float: left;
    padding-left: 28px;
    margin-top: 10px;
}


@media screen and (max-width: 1200px) {
    .head .hea-top .hea-tel {
        display: none;
    }
}






.head .hea-top .logo h2:before {
    content: "";
    width: 1px;
    height: 47px;
    background: #d6d6d6;
    position: absolute;
    left: 0;
}



.head .hea-top .logo h2 span {
    display: block;
    font-size: 20px;
    color: #1c499e;
    font-weight: normal;
    font-weight: bold;
}

.head .hea-top .logo h2 em {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: #231815;
    font-weight: 400;
}

.head .hea-top .hea-tel {
    float: right;
    padding-top: 27px;
    display: flex;
    align-items: center;
}

.head .hea-top .hea-tel p{
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}


.head .hea-top .hea-tel span {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-left: 37px;
    font-size: 27px;
    color: #333333;
    font-family: "Arial";
    font-weight: bold;
}

.head .hea-top .hea-tel span.tel1 {
    background: url(../image/hea-tel11.png) no-repeat left;
    margin-right: 22px;
    letter-spacing: 1px;
}

.head .hea-top .hea-tel span.tel2 {
    background: url(../image/hea-tel21.png) no-repeat left;
}

.head .menu {
    height: 53px;
    background: #4b7ac0;
}

.head .menu .nav {
    width: 1450px;
    height: 53px;
    margin: 0 auto;
}

.head .menu .nav li {
    position: relative;
    width: 14%;
    height: 53px;
    float: left;
    text-align: center;
    position: relative;
    line-height: 0;
}
.head .menu .nav li:hover .subnav{
    display: block;
}

.head .menu .nav li:first-child {
    width: 9%;
}

.head .menu .nav li a {
    display: block;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

.head .menu .nav li a:before {
    width: 1px;
    height: 10px;
    background: #909090;
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
}

.head .menu .nav li:last-child a:before {
    display: none;
}

.head .menu .nav li i {
    display: inline-block;
    width: 0;
    height: 1px;
    background: #ff6600;
    margin: -1px auto 0;
    transition: .5s;
    vertical-align: bottom;
}

.head .menu .nav li:hover a,
.head .menu .nav li.cur a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.head .menu .nav li:hover a,
.head .menu .nav li.cur a {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.head .menu .nav li:hover a,
.head .menu .nav li.cur a {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.head .menu .nav li .subnav{
    display: none;
    position: absolute;
    top:53px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
}

.head .menu .nav li .subnav.chanpin{
    padding-top: 20px;
    left: -50%;
    width: 500%;
}

.head .menu .nav li .subnav.chanpin .sub_1 .nav_child{}

.head .menu .nav li .subnav.chanpin .sub_1 .nav_child{
    float: left;
    width: 200px;
    height: 250px;
    margin-bottom: 35px;
    border-right: 1px solid #f1f1f1;
}
.head .menu .nav li .subnav.chanpin .sub_1 .nav_child:nth-child(5){
    border: none;
}
.head .menu .nav li .subnav.chanpin .sub_1 .nav_child:nth-child(6){
    height: 170px;
}
.head .menu .nav li .subnav.chanpin .sub_1 .nav_child:nth-child(7){
    height: 170px;
}
.head .menu .nav li .subnav.chanpin .sub_1 .nav_child:nth-child(8){
    height: 170px;
}
.head .menu .nav li .subnav.chanpin .sub_1 .nav_child:nth-child(9){
    height: 170px;
    border: none;
}
.head .menu .nav li .subnav.chanpin .sub_1 a:first-child{
    font-weight: bold;
    color: #231815;
    font-size: 15px;
    height: 45px !important ;
    line-height: 45px !important;
}

.head .menu .nav li .subnav.chanpin .sub_1 .nav_child .ttt{
    height: 45px !important ;
    line-height: 45px !important;
}

.head .menu .nav li .subnav.chanpin .sub_1 .nav_child  a{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}

.head .menu .nav li .subnav .nav_child{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
}

.head .menu .nav li .subnav .nav_child a{
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #231815;
    display:  block;
    font-size: 14px;
    font-weight: normal;
    
}
.head .menu .nav li .subnav .nav_child a::before{
    display: none;
}
.head .menu .nav li .subnav .nav_child a:hover{
    background-color: #cfcfcf;
}


.blk-main {
    width: 1000px;
    margin: 0 auto;
}

.p102-search-1 {
    height: 70px;
    border-bottom: 1px solid #ededed;
    background: #f7f7f7;
    margin-bottom: 35px;
}

.blk-main {

    line-height: 70px;

    font-size: 14px;

    color: #808080;

}

.blk-main b {
    font-weight: normal;
    padding-left: 35px;
    background: url(../image/p102-curmbs-icon11.png) no-repeat left center;
    color: #808080;
}

.blk-main a {
    color: #808080 !important;
}

.p102-search-1 p b {
    display: inline-block;
}

.p102-search-1 p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.p102-search-1 p a:hover {
    color: #013171;
}

.p102-search-1-inp {
    float: right;
    width: 356px;
    height: 36px;
    background: #fff;
    margin-top: 18px;
    border-radius: 25px;
    position: relative;
}

.p102-search-1-inp:before,
.p102-search-1-inp:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #e3e3e3;
    left: 10%;
    z-index: 0;
}

.p102-search-1-inp:before {
    top: 0;
}

.p102-search-1-inp:after {
    bottom: 0;
}

.p102-search-1-inp1 {
    width: 249px;
    height: 36px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    float: left;
}

.p102-search-1-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    border-radius: 25px;
    background: url(../image/p102-search-icon11.png) no-repeat center center #013171;
    float: right;
    position: relative;
    z-index: 2;
    cursor: pointer;
}








.head .menu .nav li:hover i,
.head .menu .nav li.cur i {
    width: 36px;
}

@media screen and (max-width: 1560px) and (min-width: 900px) {

    .head .hea-top,
    .head .menu .nav {
        width: 89%;
    }

    #header li {
        width: 85%;
    }

    .abo {
        width: 1200px
    }

    .cas-yqlj {
        width: 1200px
    }

    .cas-ml {
        width: 1200px;
    }

    .cas-yqlj .cas-bd {
        width: 1200px;
    }

    .cas-yqlj h4 i:before {
        width: 796px;
        left: -835px;
    }

    .cas-ml h4 i:before {
        width: 900px;
        left: -940px;
    }

    .abo .abo-con {
        padding: 38px 50px 52px;
    }

    .contentdb {
        width: 1200px
    }

    .gui .gui-left .hd ul li.jd1:before {
        background-size: 100% 100%;
    }

    .gui .gui-left .hd ul li.jd2:before {
        background-size: 100% 100%;
    }

    .gui .gui-left .hd ul li.jd3:before {
        background-size: 100% 100%;
    }

    .gui .gui-left .hd ul li.jd4:before {
        background-size: 100% 100%;
    }

    .gui .gui-left .hd ul li i {
        font-size: 13px;
    }

    .gui .gui-left .hd ul li {
        width: 130px;
    }

    .gui .gui-left .hd {
        width: 495px;
        margin-bottom: 56px;
    }

    .gui {
        width: 1200px;
    }

    .gui .gui-left {
        width: 505px;
    }

    .gui .gui-rig {
        width: 658px;
    }

    .gui .gui-left .hd ul li.jd2 {
        margin-left: -10px;
    }

    .gui .gui-left .hd ul li.jd3 {
        margin-left: -5px;
    }

    .gui .gui-left .hd ul li.jd4 {
        margin-left: -10px;
    }


}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 12;
    width: 100px;
    height: 100px;
    margin-top: -42px;
    border: 0;
}

.banner .slick-prev {
    outline: none;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    z-index: 9;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
    background: url(../image/c_prev1.png) no-repeat;
    left: 5%;
    opacity: 0;
    cursor: pointer;
}

.banner .slick-next {
    outline: none;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    z-index: 9;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
    background: url(../image/c_next1.png) no-repeat;
    right: 5%;
    opacity: 0;
    cursor: pointer;
}

.banner:hover .slick-prev {
    left: 10%;
    opacity: 1;
}

.banner:hover .slick-next {
    right: 10%;
    opacity: 1;
}

.banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.slick-dots {
    position: absolute;
    left: 0;
    font-size: 0;
    bottom: 2%;
    width: 100%;
    text-align: center;
    outline: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 15px;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 41px;
    height: 4px;
    background: url(../image/ban-dd.png) no-repeat center;
    transition: .5s;
}

.slick-dots .slick-active button {
    background: url(../image/ban-dd_h.png) no-repeat center;
}

.dibu{
    width: 100%;
    height: 140px;
    background: url(../image/dibu.jpg) no-repeat;
    background-size: cover;
    
}

.dibu_con{
    margin: auto;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
   
}

.dibu_con a{
    display: block;
    width: 150px;
    height: 40px;
    background-color: #f66f6a !important;
    line-height: 40px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
}
.dibu_con .p{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right:80px;
    width: 60%;
    height: 140px;
    
   
}
.dibu_con .p p{
    font-size: 25px;
    color: #fff;
    line-height: 40px;
}


.footer {
    height: 496px;
    background: #232324;
    border-top: 8px solid #003171;
}

.ft-top {
    padding-top: 48px;
    height: 407px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
}

.ft-top .ft-left {
    width: 278px;
    height: 314px;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.ft-top .ft-left h2 {
    width: 184px;
    height: auto;
    margin-top: 28px;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.ft-top .ft-left h2 img {
    width: 100%;
}

.ft-top .ft-left .ft-code span {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: 26px;
}

.ft-top .ft-left .ft-code span i {
    display: block;
    width: 120px;
    height: auto;
    float: left;
    line-height: 0;
    overflow: hidden;
}

.ft-top .ft-left .ft-code span i img {
    width: 100%;
}

.ft-top .ft-left .ft-code span em {
    display: block;
    width: auto;
    padding: 10px 11px 2px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.53);
    line-height: 14px;
}

.ft-top .ft-cen {
    width: 364px;
    height: 314px;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    padding: 25px 63px 0 75px;
    box-sizing: border-box;
}

.ft-top .ft-cen h4 {
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 18px;
    color: #cfcfcf;
    font-weight: bold;
    margin-bottom: 16px;
}

.ft-top .ft-cen ul {
    width: 100%;
}

.ft-top .ft-cen ul li {
    margin-bottom: 8px;
}

.ft-top .ft-cen ul li span {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.ft-top .ft-cen ul li p {
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    /* color: rgba(255, 255, 255, 0.39); */
}
.ft-top .ft-cen ul li p.mob{
    font-size: 20px;
    font-weight: bold;
}

.ft-top .ft-nav {
    width: 556px;
    padding: 25px 0 0 75px;
    box-sizing: border-box;
}

.ft-top .ft-nav h4 {
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 18px;
    color: #cfcfcf;
    font-weight: bold;
    margin-bottom: 6px;
}

.ft-top .ft-nav ul li {
    float: left;
    width: 215px;
    height: 47px;
    line-height: 47px;
}

.ft-top .ft-nav ul li a {
    font-size: 16px;
    /* color: rgba(255, 255, 255, 0.3); */
    color: rgba(255, 255, 255, 1);
    display: block;
    background: url(../image/ft-jt1.png) no-repeat right;
}

.ft-top .ft-nav ul li:nth-child(2n) {
    float: right;
}

.ft-bot {
    height: 80px;
}

.ft-bot span {
    display: block;
    height: 80px;
    float: left;
}

.ft-bot span em {
    display: inline-block;
    height: auto;
    line-height: 80px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
    margin-right: 10px;
}

.ft-bot span em a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
}

.ft-bot span em.ba a {
    padding-left: 25px;
    background: url(../image/7751ef9a-c6f9-4795-a037-d6173a158f0a1.png) no-repeat 0 center;
}

.ft-bot strong {
    float: right;
    height: 80px;
}

.ft-bot strong i {
    display: block;
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
    font-weight: normal;
}

.ft-bot strong a {
    display: block;
    height: 88px;
    line-height: 88px;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
    margin-right: 15px;
    font-weight: normal;
}

.ft-bot strong a:last-child {
    margin-right: 0;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../image/fx1.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #013171;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #013171;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

@media (min-width: 1000px) {

    .blk-main {
        margin: 0 auto;
        width: 89%;
    }
}

@media (min-width: 1560px) {

    .blk-main {
        width: 1400px;
        margin: 0 auto;
    }
}

h1,
h2,
h3 {
    line-height: 1;
}

0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
}

100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

body {
    font-size: 14px;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}